home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / infoserv / www / cern / dev / www-talk.9301-9306.Z / www-talk.9301-9306 / text0480.txt < prev    next >
Encoding:
Text File  |  1995-04-24  |  503 b   |  14 lines

  1. Ok, here's the problem... gopher/index/wais paths include ":" chars
  2. in the path names, the ":" is escaped by HTGOPHER on input, but on
  3. output it is not restored for the case of GOPHER_INDEX type, the
  4. escaped ":" (%3a or %7a for ebcdic systems) sent to the WAIS server
  5. generates the server error...
  6.  
  7. I am circumventing the problem by including ":" in the table of
  8. accepted chars but maybe someone can explain to me why this business
  9. of escaping chars exists, then I can develop a better fix.
  10.  
  11. -- Denis
  12.  
  13.  
  14.